lcCreateProps Home

Creates a properties window. It is a specific window where a user can edit properties of named and graphic objects.

 HANDLE lcCreateProps (
   HWND hWndParent,
   int Mode
 );

Parameters
hWndParent
  Handle to a parent window.
Mode
  Reserved. Set zero value.

Return Value

  Handle to the created properties window.
If the function fails, the return value is NULL.

Remarks

  The window size and position must be set later with the function lcPropsResize.
When application destroys the parent window then the properties window will be deleted automatically.

See Also

  lcPropsUpdatelcWndSetProps